12. HTML APIs Introduction

I. Geolocation API

Geolocation API se hum user ka location (latitude & longitude) browser se access kar sakte hain.

II. Drag and Drop

Drag and Drop API se hum kisi element ko mouse se uthakar dusri jagah le ja sakte hain.

III. Web Storage (localStorage)

Web Storage API se hum browser mein data store kar sakte hain without server interaction. localStorage data ko save rakhta hai browser close hone ke baad bhi.